home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / linklist / source.lha / doc / lUpdNode.3 < prev   
Text File  |  1993-08-08  |  677b  |  33 lines

  1. '.so tmac.clman
  2. .TH "lUpdNode"
  3. .IX lUpdNode
  4. .SH NAME
  5. lUpdNode - Update current node.
  6. .SH SYNOPSIS
  7. int
  8. .BR "lUpdNode" "(id, data, size, flag)"
  9. .br
  10. .RT
  11. .RP
  12. In    int    id    identifier of linked list
  13. .RP
  14. In    Byte    *data    updated data of node
  15. .RP
  16. In    int    size    size of data
  17. .RP
  18. In    int    flag    updated user information flag
  19. .DT
  20. .SH DESCRIPTION
  21. \fBlUpdNode\fP updates the current node in a linked list, in fact
  22. this routine replaces the data of the current node by the data of the
  23. updated node. The flag for user information can also be updated.
  24. .SH RETURN CODES
  25. .nf
  26. Return on success :
  27.     lSUCCESS
  28. Return on error :
  29.     lUNKNOWN_ID, lEMPTY_LIST
  30. .fi
  31. .SH AUTHOR
  32. Anita Eijs (TNO - Bouw - BouwInformatica)
  33.